body {
  background-color: #f5f5f5;
  font-size: 0.24rem;
  line-height: 1.42857143;
}
a:hover, a:focus {
  color: #666;
}
/* mixnin */
/* common css */
.common-section-title {
  position: relative;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
}
.common-section-title h2 {
  font-size: 0.32rem;
  color: #ff6900;
  line-height: 0.8rem;
}
.common-section-title h2:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background-color: #ff6900;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 0.2rem;
}
.common-section-title h2:after {
  content: '';
  margin-left: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background-color: #ff6900;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.common-section-title .more {
  position: absolute;
  right: 0.2rem;
  top: 0;
  color: #666;
}
.img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.img-box img {
  width: 100%;
}
/* reset plugin */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 0.1rem;
  z-index: 50;
}
.home-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 0.88rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background-color: #ff6900;
}
.home-header .site-logo {
  width: 1.2rem;
  height: 0.4rem;
}
.home-header .input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4.8rem;
  height: 0.6rem;
  -webkit-border-radius: 0.3rem;
          border-radius: 0.3rem;
  background-color: #fff;
}
.home-header .input-box .search-icon {
  margin-left: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
  line-height: 0.4rem;
  text-align: center;
  color: #999;
  font-size: 0.32rem;
}
.home-header .input-box .place-text {
  color: #999;
}
.home-header .register {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.04rem;
  color: #fff;
}
.home-header .register .reg-icon {
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  text-align: center;
  font-size: 0.4rem;
}
.swiper-container li {
  height: 1.7rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.swiper-container li a{
  display: block;
  height: 100%;
}

.link-icon-outer{
  height: 3.4rem;
  overflow: hidden;
}

.link-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 3.6rem;
  overflow-x: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 0.2rem;
  background-color: #fff;
}
.link-icon-wrap .link-icon-item {
  width: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.2rem;
  color: #666;
}
.link-icon-wrap .link-icon-item .link-icon {
  width: 0.96rem;
  height: 0.96rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 0.08rem;
}
.hot-product .product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hot-product .product-list li {
  width: 2.4rem;
  background-color: #fff;
}
.hot-product .product-list li .img-box {
  height: 2.4rem;
}
.hot-product .product-list li .content-box {
  padding: 0.2rem;
}
.hot-product .product-list li .content-box .list-title {
  height: 0.8rem;
  line-height: 0.4rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.08rem;
  font-size: 0.28rem;
}
.hot-product .product-list li .content-box .price {
  color: #ff6900;
  font-size: 0.32rem;
}
.hot-industry .industry-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.hot-industry .industry-list li {
  width: calc(100% / 3);
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-left: -1px;
}
.hot-industry .industry-list li:first-child {
  width: calc(200% / 3);
}
.hot-industry .industry-list li img {
  width: 100%;
}
.hot-industry .industry-tag-list {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.hot-industry .industry-tag-list .tag-item {
  width: 25%;
  padding: 0.1rem;
}
.hot-industry .industry-tag-list .tag-item a {
  display: block;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #fff;
}
.new-product .product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.new-product .product-list li {
  width: 3.65rem;
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.new-product .product-list li .img-box {
  height: 3.65rem;
}
.new-product .product-list li .content-box {
  padding: 0.2rem;
}
.new-product .product-list li .content-box .list-title {
  height: 0.8rem;
  line-height: 0.4rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.08rem;
  font-size: 0.28rem;
}
.new-product .product-list li .content-box .price {
  font-size: 0.32rem;
  color: #ff6900;
}
.home-footer {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 0.28rem;
  color: #999;
}
.home-footer .quick-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.1rem;
}
.home-footer .quick-link a {
  color: #999;
}
.home-footer .quick-link span {
  margin: -0.02rem 0.08rem;
}
.home-footer .copyright {
  text-align: center;
}

.home-footer {
	text-align: center;
	line-height: 1.5;
}
.home-footer .f12{
	font-size:12px;
	color:#cccccc;
}
.home-footer .beian{
	font-size:12px;
	color:#cccccc;
	display: flex;
	justify-content: center;
}
.search-modal {
  position: fixed;
  display: none;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
  z-index: -1;
  -webkit-overflow-scrolling: touch;
}
.search-modal.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  z-index: 101;
}
.search-modal.active .search-modal-header {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 9999999;
}
.search-modal.active .search-modal-panel {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.search-modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 1rem;
  padding: 0 0.2rem;
  background-color: #fff;
  border-bottom: 1px solid #cecece;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.77, 0.35, 1);
  -o-transition: all 0.3s cubic-bezier(0.16, 0.77, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.16, 0.77, 0.35, 1);
}
.search-modal-header .input-box {
  position: relative;
  width: 6rem;
  height: 0.72rem;
}
.search-modal-header .input-box input {
  display: block;
  width: 100%;
  height: 0.72rem;
  border: 0;
  background-color: #efefef;
  color: #666;
  padding-left: 0.2rem;
  padding-right: 1rem;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  text-indent: 4em;
}
.search-modal-header .input-box .search-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.72rem;
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  font-size: 0.36rem;
  color: #999;
}
.search-modal-header .cancel-btn {
  position: absolute;
  right: 0.5rem;
  top: 0.15rem;
  font-size: 0.32rem;
  color: #666;
  line-height: 0.72rem;
  padding-right: 0.1rem;
}
.search-modal-panel {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 1rem;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.77, 0.35, 1);
  -o-transition: all 0.3s cubic-bezier(0.16, 0.77, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.16, 0.77, 0.35, 1);
}
.search-modal-panel .search-hot {
  padding: 0.3rem;
}
.search-modal-panel .search-hot .hot-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #999999;
  margin-bottom: 0.16rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.search-modal-panel .search-hot .hot-title .refresh {
  font-size: 0.24rem;
}
.search-modal-panel .search-hot .hot-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.search-modal-panel .search-hot .hot-tags .hot-tag-item {
  width: calc(100% / 3);
  padding: 0.1rem;
}
.search-modal-panel .search-hot .hot-tags .hot-tag-item span {
  display: block;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #fff;
  font-size: 0.28rem;
  color: #666;
}
/* ---------- back-top ---------- */
.back-top {
  width: 40px;
  height: 40px;
  display: none;
  padding: 5px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: #aaaaaa;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  outline: none;
  z-index: 1000;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(250, 250, 250, 0.8);
}
.back-top .icon-top {
  font-size: 20px;
}
.header-mid-option {
  position: absolute;
  left: 0.2rem;
  top: 0.15rem;
  color: #666;
  font-size: 0.28rem;
  border-radius: 2px;
}
.header-mid-optionitem {
  position: absolute;
  left: 0px;
  top: 0.7rem;
  color: #666;
  font-size: 0.28rem;
  width: 1.82rem;
  height: 1.24rem;
  border-radius: 4px;
  display: none;
  z-index: 999999;
  box-shadow: 0px 0px 13px 0px #d0d0d0;
}
.optionitem-icon {
  display: block;
  width: 0;
  height: 0;
  border-width: 0 0.2rem 0.15rem;
  border-style: solid;
  border-color: transparent transparent #fff;
  position: absolute;
  top: -0.15rem;
  left: 0.3rem;
}
.optionitem {
  height: 0.62rem;
  line-height: 0.62rem;
  background: #fff;
  color: #666;
  text-align: center;
}
.optionitem-product{
  border-radius: 4px 4px 0px 0px;
}
.optionitem-store{
  border-radius: 0px 0px 4px 4px;
}
.optionitem-img1 {
  width: 0.35rem;
  height: 0.35rem;
  vertical-align: middle;
  margin-right: 0.08rem;
}
.optionitem-img2 {
  width: 0.31rem;
  height: 0.29rem;
  vertical-align: middle;
  margin-right: 0.08rem;
}
.header-mid-down {
  display: inline-block;
  width: 0.18rem;
  height: 0.08rem;
  vertical-align: middle;
  margin-left: 0.06rem;
}
.header-mid-down img{
  width: 100%;
  height: 100%;
  float: left;
}
.header-mid-search {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  border: none;
  font-size: 0.28rem;
  color: #ccc;
  background: #efefef;
  outline: none;
  display: none;
}